GET FILE DATE$

This command will get the date string of the file currently recorded by the file search commands FIND FIRST and FIND NEXT.

  Syntax
Return String=GET FILE DATE$()
  Returns

Will get the date string of the file currently recorded by the file search commands

  Example Code
cls
find first
repeat
printC "file name= "+get filename$()
printC " file type = "+str$(get file type())
print " file date = "+str$(get file date$())
find next
until get file type()=-1
do
loop
end
  See also

FILE Commands Menu
Index